home *** CD-ROM | disk | FTP | other *** search
- Path: ogpsrv.unice.fr!masson
- From: masson@ogpsrv.unice.fr (Gilles Masson)
- Newsgroups: comp.unix.amiga
- Subject: Re: How to change display freq. on NetBSD 1.1 (for Cirrus Logic)?
- Date: 13 Mar 1996 07:53:34 GMT
- Organization: University of Nice-Sophia Antipolis
- Distribution: world
- Message-ID: <4i5utu$1mv@malibu.unice.fr>
- References: <12MAR199613502760@rosie.uh.edu>
- NNTP-Posting-Host: ogpsrv.unice.fr
-
- In article <12MAR199613502760@rosie.uh.edu>, phys8z@rosie.uh.edu (PHYS8Z) writes:
- |> I have a Picasso II graphic card and an NEC XE-17 (min. h-freq. 31 kHz).
- |> The frequency used by the Cirrus Logic Console is too low and the monitor
- |> is unable to sync to it. Does anyone know what values I need to patch?
- |> (or change in the source, it's no problem for me to recompile it).
-
- should be somewhere in:
- arch/amiga/dev/grf_cl.c (or arch/amiga/dev/grf_clreg.h)
-
- i think that it's in begining of grf_cl.c :
-
- struct grfcltext_mode clconsole_mode = {
- {255, "", 25200000, 640, 480, 4, 80, 100, 94, 99, 100, 481, 522, 490,
- 498, 522},
- 8, CIRRUSFONTY, 80, 480 / CIRRUSFONTY, CIRRUSFONT, 32, 255
- };
-
- I can't say more for PicassoII, but i can for RetinaZ3 if you like ;-)
- --
- Gilles MASSON
-